@charset "UTF-8";
/**!
* 青海政务 - 首页
* date:2021-07-05
* author: tzc;
*/
*{
  box-sizing:border-box;
}
body {
  background: url("../images/bg.jpg") top center no-repeat;
  background-color: #fff;
}

.banner {
  padding-top: 85px;
}

.banner .left-wrap {
  width: 580px;
}

.banner .welcome {
  width: 380px;
  height: 49px;
}

.banner .welcome img {
  width: 100%;
  height: 100%;
}

.banner .search {
  width: 562px;
  height: 56px;
  border-radius: 4px;
  margin-top: 38px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(171, 191, 209, 0.26);
          box-shadow: 0px 10px 30px 0px rgba(171, 191, 209, 0.26);
  overflow: hidden;
}

.banner .search-input {
  font-size: 16px;
  width: 452px;
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
  border: none;
  outline: none;
  background-color: transparent;
}

.banner .search-input::-webkit-input-placeholder {
  color: #b4beca;
}

.banner .search-input:-ms-input-placeholder {
  color: #b4beca;
}

.banner .search-input::-ms-input-placeholder {
  color: #b4beca;
}

.banner .search-input::placeholder {
  color: #b4beca;
}

.banner .search-btn {
  width: 110px;
  height: 56px;
  background: url("../images/search_btn.png") center no-repeat;
  background-color: #2868b1;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.banner .search-btn:hover {
  background-color: #0e4481;
}

.banner .hot-search {
  margin-top: 17px;
  color: #fff;
  font-size: 16px;
}

.banner .hot-search .name {
  width: 80px;
  font-weight: bold;
}

.banner .hot-search .hot-ul {
  width: 500px;
}

.banner .hot-search .hot-list {
  float: left;
  max-width: 100px;
  margin-left: 25px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.banner .recommended {
  width: 350px;
  height: 180px;
  border-radius: 4px;
  padding: 11px 20px 0;
  background-color: rgba(18, 54, 129, 0.502);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(171, 191, 209, 0.26);
          box-shadow: 0px 10px 30px 0px rgba(171, 191, 209, 0.26);
  color: #fff;
}

.banner .recommended .name {
  position: relative;
  height: 46px;
  line-height: 45px;
  font-size: 20px;
  border-bottom: 1px solid #fff;
}

.banner .recommended .name .change-btn {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -23px;
  height: 46px;
  font-size: 14px;
  cursor: pointer;
}

.banner .recommended .name .change-btn.active .pic {
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
}

.banner .recommended .name .change-btn span {
  display: inline-block;
  vertical-align: top;
}

.banner .recommended .name .change-btn span.pic {
  height: 45px;
  line-height: 40px;
}

.banner .recommended .name .change-btn span img {
  vertical-align: middle;
}

.banner .recommended-main {
  margin-top: 13px;
}

.banner .recommended-list {
  position: relative;
  float: left;
  width: 50%;
  height: 30px;
  line-height: 30px;
  padding: 0 20px 0 17px;
  margin-top: 2px;
}

.banner .recommended-list:nth-child(-n+2) {
  margin-top: 0;
}

.banner .recommended-list::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.banner .recommended-list:hover::before {
  background-color: #ffb639;
}

.banner .recommended-list:hover a {
  color: #ffb639;
}

.banner .recommended-list a {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.unified {
  margin-top: 81px;
  height: 90px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(40, 101, 170, 0.5)), to(rgba(24, 112, 212, 0.5)));
  background-image: linear-gradient(90deg, rgba(40, 101, 170, 0.5) 0%, rgba(24, 112, 212, 0.5) 100%);
}

.unified-list {
  position:relative;
  float: left;
  width: 168px;
  height: 90px;
  background-color: rgba(40, 104, 177, 0.5);
  margin-left: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.unified-list .second-menu {
  display:none;
  position:absolute;
  left:0;
  right:0;
  top:100%;
  background-color:#eaf2f8;
  z-index:9;
}

.unified-list:hover .second-menu {
  display:block;
}
 
.unified-list .second-menu>li {
  height:72px;  
  padding:0 10px;
  line-height:71px;
  font-size:20px;
  color:#2868b1;
}

.unified-list .second-menu>li:hover {
  background-color:rgba(36,151,251,.22);
}

.unified-list .second-menu>li>a {
  display:block;
  height:100%;
    padding-left:25px;
}
.unified-list .second-menu>li>a>span {
  display:inline-block;
  width:95px;
  text-align-last: justify;
  text-align: justify;
  font-size: 22px;
}

.unified-list .second-menu>li+li>a {
  border-top:1px solid #c8d8eb;
}

.unified-list:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.unified-list:hover>a {
  color: #2868b1;
}

.unified-list:first-child {
  margin-left: 0;
}

.unified-list>a {
  display: block;
  height: 90px;
  line-height: 90px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main {
  padding-bottom: 61px;
}

.project {
  margin-top: 60px;
  height: 300px;
}

.project .general {
  width: 520px;
  border-radius: 4px;
  overflow: hidden;
}

.project .general-list {
  position: relative;
  float: left;
  width: 260px;
  height: 300px;
  padding-top: 64px;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.project .general-list.province {
  background: url("../images/province_pic.png") top center no-repeat;
}

.project .general-list.across {
  background: url("../images/across_pic.png") top center no-repeat;
}

.project .general-list.active {
  width: 330px;
}

.project .general-list.active::after {
  background-color: rgba(40, 104, 177, 0.2);
}

.project .general-list.active .link-btn {
  opacity: 1;
}

.project .general-list.reduce {
  width: 190px;
}

.project .general-list::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(40, 104, 177, 0.251); */
  z-index: -1;
}

.project .general .title {
  font-size: 40px;
}

.project .general .tips {
  width: 175px;
  margin: 18px auto 0;
  font-size: 16px;
}

.project .general .tips span {
  max-height: 56px;
  line-height: 28px;
}

.project .general .link-btn {
  display: block;
  margin: 23px auto 0;
  width: 100px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #fff;
  border-radius: 16px;
  font-size: 16px;
  padding-left: 21px;
  text-align: left;
  color: #fff;
  background: url("../images/icon_travel_active.png") right 22px center no-repeat;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.project .general .link-btn:hover {
  background: url("../images/icon_travel.png") right 22px center no-repeat;
  color: #2868b1;
  background-color: #fff;
}

.project-main {
  position: relative;
  width: 620px;
  height: 300px;
}

.project-list {
  float: left;
  position: relative;
  width: 300px;
  height: 140px;
  line-height: 140px;
  border-radius: 3px;
  margin-left: 20px;
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
  z-index: 2;
}

.project-list:nth-child(-n+2) {
  margin-top: 0;
}

.project-list:nth-child(2n+1) {
  margin-left: 0;
}

.project-list a {
  display: block;
  height: 100%;
}

.project-list .pic-box {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.project-list .pic-box img {
  width: 300px;
  height: 140px;
}

.project-list span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #ffffff;
  text-shadow: 0px 4px 8px rgba(9, 66, 132, 0.6);
}

.deal {
  margin-top: 75px;
}

.deal-list {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  margin-right: 40px;
  color: #909dac;
  cursor: pointer;
}

.deal-list:last-child::after {
  display: none;
}

.deal-list.active, .deal-list:hover {
  font-weight: bold;
  color: #2868b1;
}

.deal-list::after {
  position: absolute;
  content: '';
  right: -20px;
  top: 50%;
  margin-top: -14px;
  width: 1px;
  height: 28px;
  background-color: #ddd;
}

.deal .hot {
  margin-top: 18px;
}

.deal .hot-main {
  margin-top: 15px;
}

.deal .hot-list {
  float: left;
  width: 285px;
  height: 285px;
  padding: 0 24px;
  border-radius: 4px;
  margin-left: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(16, 56, 122, 0.15);
          box-shadow: 0px 0px 26px 0px rgba(16, 56, 122, 0.15);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.deal .hot-list:first-child {
  margin-left: 0;
}

.deal .hot-list:hover {
  background-color: #2868b1;
  -webkit-box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.08);
}

.deal .hot-list:hover .list-top .pic-box .normal-pic {
  display: none;
}

.deal .hot-list:hover .list-top .pic-box .hover-pic {
  display: inline-block;
}

.deal .hot-list:hover .list-top .name {
  color: #fff;
}

.deal .hot-list:hover .list-info a {
  color: #fff;
}

.deal .hot .list-top {
  height: 101px;
  padding-top: 10px;
  font-size: 0;
  border-bottom: 1px solid #eee;
   cursor: pointer;
}

.deal .hot .list-top .pic-box {
  display: inline-block;
  vertical-align: top;
  width: 61px;
  height: 100%;
  line-height: 90px;
}

.deal .hot .list-top .pic-box img {
  vertical-align: middle;
  height: 52px;
  width: 61px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.deal .hot .list-top .pic-box img.hover-pic {
  display: none;
}

.deal .hot .list-top .name {
  display: inline-block;
  vertical-align: top;
  width: 147px;
  height: 90px;
  line-height: 90px;
  margin-left: 18px;
  font-size: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.deal .hot .list-main {
  margin-top: 24px;
}

.deal .hot .list-info {
  height: 34px;
  line-height: 34px;
}

.deal .hot .list-info a {
  display: block;
  color: #666666;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.deal .hot .list-info a:hover {
  text-decoration: underline;
}

.deal .life-cycle {
  margin-top: 25px;
}

.deal .life-cycle-main {
  margin-top: 15px;
}

.deal .life-cycle-list {
  float: left;
  width: 185px;
  height: 96px;
  border: 1px solid #d6e3f3;
  border-radius: 4px;
  margin-left: 18px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.deal .life-cycle-list:hover {
  border-color: #2868b1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(#d5e7ff));
  background-image: linear-gradient(0deg, white 0%, #d5e7ff 100%);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(93, 130, 186, 0.4);
          box-shadow: 0px 10px 30px 0px rgba(93, 130, 186, 0.4);
}

.deal .life-cycle-list:first-child {
  margin-left: 0;
}

.deal .life-cycle-list a {
  display: block;
  height: 100%;
  line-height: 94px;
  padding-left: 30px;
  font-size: 0;
}

.deal .life-cycle-list a .pic-box {
  display: inline-block;
  vertical-align: top;
  width: 47px;
  height: 94px;
  line-height: 94px;
}

.deal .life-cycle-list a .pic-box img {
  width: 47px;
  height: 46px;
  vertical-align: middle;
}

.deal .life-cycle-list a span {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  font-size: 22px;
}

.deal .title {
  position: relative;
  height: 33px;
  line-height: 33px;
  font-size: 22px;
  color: #484e54;
}

.service {
  margin-top: 80px;
  height: 482px;
  background: url("../images/service_bg.png") top center no-repeat;
  padding-top: 35px;
}

.service .features-main {
  position: relative;
  margin-top: 23px;
  width: 565px;
}

.service .features-list {
  position: relative;
  float: left;
  width: 263px;
  height: 92px;
  margin-left: 19px;
  margin-top: 20px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.08);
  z-index: 2;
}

.service .features-list:nth-child(2n+1) {
  margin-left: 0;
}

.service .features-list:nth-child(-n+2) {
  margin-top: 0;
}

.service .features-list::after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0px;
  width: 301px;
  height: 75px;
  background: url("../images/features_list_shadow.png") center no-repeat;
  z-index: -1;
}

.service .features-list a {
  display: block;
  height: 100%;
  line-height: 90px;
  font-size: 0;
  padding-left: 29px;
  background-color: rgba(255, 255, 255, 0.8);
}

.service .features-list a .pic-box {
  display: inline-block;
  vertical-align: top;
  height: 90px;
}

.service .features-list a .pic-box img {
  width: 65px;
  height: 45px;
  vertical-align: middle;
}

.service .features-list a span {
  display: inline-block;
  vertical-align: top;
  margin-left: 14px;
  max-width: 140px;
  height: 90px;
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service .enterprise {
  width: 616px;
}

.service .enterprise-main {
  margin-top: 23px;
}

.service .enterprise-list {
  position: relative;
  top: 0;
  height: 148px;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 20px;
}

.service .enterprise-list:first-child {
  margin-top: 0;
}

.service .enterprise-list:hover {
  top: -6px;
}

.service .enterprise-list a {
  display: block;
  height: 100%;
}

.service .enterprise-list img {
  width: 616px;
  height: 148px;
}

.conven {
  padding-top: 74px;
  height: 397px;
}

.conven-main {
  margin-top: 24px;
}

.conven-list {
  float: left;
  width: 285px;
  height: 80px;
  margin-left: 20px;
  margin-top: 20px;
  background: url("../images/conven_list_bg.png") center no-repeat;
}

.conven-list:nth-child(-n+4) {
  margin-top: 0;
}

.conven-list:nth-child(4n+1) {
  margin-left: 0;
}

.conven-list a {
  display: block;
  height: 80px;
  line-height: 80px;
  padding-left: 35px;
  padding-right: 20px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 20px;
}

.review {
  padding-top: 50px;
  color: #fff;
  height: 300px;
  background: url("../images/review_bg.png") top center no-repeat;
}

.review .more-btn {
  color: #fff;
  background-image: url("../images/icon_travel_active.png");
}

.review .common-title span {
  padding-left: 5px;
  font-size: 14px;
  font-weight: normal;
}

.review-main {
  margin-top: 15px;
  height: 149px;
  background-color: rgba(255, 255, 255, 0.102);
}

.review-list {
  position: relative;
  float: left;
  width: 20%;
  height: 100%;
  padding-top: 30px;
}

.review-list:first-child::before {
  display: none;
}

.review-list::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
}

.review-list .name {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 60px;
}

.review-list .number {
  padding-left: 60px;
  margin-top: 5px;
  color: #fff;
  font-size: 40px;
}

.branches {
  margin-top: 73px;
}

.branches-main {
  margin-top: 33px;
  height: 326px;
  background-color: #f6f8fb;
}

.branches-info {
  width: 620px;
  height: 100%;
  padding-top: 28px;
}

.branches-info .info-list {
  padding-left: 24px;
  padding-right: 20px;
  margin-top: 34px;
}

.branches-info .info-list:first-child {
  margin-top: 0;
}

.branches-info .name {
  height: 30px;
  line-height: 30px;
  font-size: 22px;
}

.branches-info .name span {
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 100%;
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-family: "D-DIN";
  background: url("../images/icon_address.png") center bottom no-repeat;
}

.branches-info .msg {
    margin-top: 10px;
  font-size: 16px;
  color: #666;
  padding-left: 34px;
}

.branches-info .msg p {
  line-height: 25px;
  margin-top: 10px;
  max-height: 40px;
}

.branches-info .msg p:first-child {
  margin-top: 0;
}

.branches .map {
  position: relative;
  width: 580px;
  height: 326px;
}

.branches .map .emap {
  height: 100%;
  margin: 0;
  padding: 0;
}

.branches .map .pointBox {
  width: 21px;
  height: 32px;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background: url("../images/icon-bubble.png") center no-repeat;
  cursor: pointer;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0) translateZ(-20px);
            transform: rotate(0) translateZ(-20px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(-20px);
            transform: rotate(360deg) translateZ(-20px);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0) translateZ(-20px);
            transform: rotate(0) translateZ(-20px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(-20px);
            transform: rotate(360deg) translateZ(-20px);
  }
}

.common-title {
  position: relative;
  height: 41px;
  line-height: 41px;
  font-size: 28px;
  font-weight: bold;
}

.more-btn {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  padding-right: 25px;
  color: #2868b1;
  background: url("../images/icon_travel.png") right center no-repeat;
}

.more-btn:hover {
  color: rgba(51, 51, 51, 1);
}

body .swiper-button-next,
body .swiper-button-prev {
  width: 11px;
  height: 16px;
  margin-top: -8px;
}

body .swiper-button-next.project-next {
  right: -20px;
  background: url("../images/right_btn_active.png") center no-repeat;
  background-position: 0 0;
}

body .swiper-button-prev.project-prev {
  left: -20px;
  background: url("../images/left_btn_active.png") center no-repeat;
  background-position: 0 0;
}

body .swiper-button-next.swiper-button-disabled {
  background: url("../images/right_btn.png") center no-repeat;
  opacity: 1;
}

body .swiper-button-prev.swiper-button-disabled {
  background: url("../images/left_btn.png") center no-repeat;
  opacity: 1;
}

body .swiper-pagination {
  bottom: -24px;
  width: 100%;
  height: 4px;
}

body .swiper-pagination-white .swiper-pagination-bullet {
  background-color: rgba(40, 104, 177, 0.2);
}

body .swiper-pagination-bullet {
  vertical-align: top;
  width: 19px;
  height: 4px;
  border-radius: 2px;
  opacity: 1;
  margin-left: 5px;
}

body .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

body .swiper-pagination-white .swiper-pagination-bullet-active {
  width: 35px;
  height: 4px;
  background-color: #2868b1;
}

.login-name {
    position: relative;
    float: left;
    color: #FFFFFF;
    height: 19px;
    margin-top: 10px;
    line-height: 19px;
    margin-left: 16px;
    padding-left: 25px;
    background: url(../../../images/matter/human-icon.png) no-repeat left center;
    padding-right: 16px;
    max-width: 268px;
}

.login-name >a {
    color: #FFFFFF;
    /* width: 168px !important; */
    /* overflow: hidden; */
}

.cancellation {
    float: left;
    color: #ff9425;
    height: 17px;
    margin-top: 12px;
    line-height: 17px;
    margin-left: 14px;
    margin-right: 4px;
}

/* 2022 0601 利企服务 修改 */
.service .enterprise-main>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.service .enterprise-main>div+div {
    margin-top: 20px;
}

.service .enterprise-main .enterprise-list {
    width: 298px;
    height: 148px;
    border-radius: 4px;
    margin-top: 0;
}

.service .enterprise-main .enterprise-list a {
    display: block;
    height: 100%;
    padding: 22px;
    box-sizing: border-box;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.service .enterprise-main .enterprise-list a p {
    font-size: 28px;
    font-weight: bold;
    color: #287fb1;
    line-height: 48px;
}

.service .enterprise-main .enterprise-list .project-card p {
    font-size: 20px;
    color: #2868b1;
    line-height: 32px;
}

.service .enterprise-main .enterprise-list .tax-card p {
    margin-top:30px;
    font-size: 28px;
    color: #dca51e;
    line-height: 30px;
}

/* 模块入口调整新增代码 */
.project .general {
  width: 520px;
  border-radius: 4px;
  overflow: hidden;
}

.project .general-list {
  position: relative;
  float: left;
  width: 260px;
  height: 300px;
  padding-top: 64px;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.onething {
  width: 520px !important;
  background: url(../images/onething-pic.jpg) center no-repeat;
  padding-top: 86px !important;
  background-size:100% 100%;
}
.general-list > .title,.general-list > .title + .tips{
 display:none;
}